SftTree/OCX 7.0

SftTree.RowForeColor Property

Softel vdm, Inc.

Defines the row header text color used to draw the item when it is not selected.

Deprecated - Provided for compatibility with earlier versions only - Use RowHeader.ForeColor instead

Syntax       

Get

VB.NET

Clr = object.get_RowForeColor(ByVal ItemIndex As Integer)  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.RowForeColor(ByVal ItemIndex As Long)  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.get_RowForeColor(int ItemIndex);

VC++

OLE_COLOR Clr = object->RowForeColor[long ItemIndex];
OLE_COLOR Clr = object->GetRowForeColor(long ItemIndex);

C

HRESULT object->get_RowForeColor(long ItemIndex, OLE_COLOR* Clr);

Delphi

Clr := object.RowForeColor[ItemIndex : Integer]  : TColor;

Put

VB.NET

object.set_RowForeColor(ByVal ItemIndex As Integer, ByVal Clr As System.Drawing.ColorLanguage-specific information)

VB

object.RowForeColor(ByVal ItemIndex As Long) = Clr  As OLE_COLOR

C#.NET

void object.set_RowForeColor(int ItemIndex, uintLanguage-specific information Clr);

VC++

OLE_COLOR object->RowForeColor[long ItemIndex] = Clr;
void object->PutRowForeColor(long ItemIndex, OLE_COLOR Clr);

C

HRESULT object->put_RowForeColor(long ItemIndex, OLE_COLOR Clr);

Delphi

object.RowForeColor[ItemIndex : Integer] := Clr  : TColor;

object

A SftTree object.

ItemIndex

The zero-based item index.

Clr

Defines the row header text color used to draw the item when it is not selected.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowHeader.ForeColor instead

The RowForeColor property defines the row header text color used to draw the item when it is not selected.

The row header described by ItemIndex has the foreground color attribute Clr.  This color is used as foreground color when the item is not selected.  If the item is selected, the RowHeader.SelectForeColor property is used instead. 

This property has no effect if Windows themes are used.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com